SH2I - Super Hitachi 2 Inspector (v1.4)
---------------------------------------
This program allows you to convert the machine code of the processor "SH-2" (Super Hitachi 2), into text (list of instructions).

Main features:
=======================
 - Disassembling the code.
 - Editing instructions with recompilation.
 - Searching by instruction type and PC address.
 - Searching for PC reference.

Changes in version 1.1:
_______________________
 - Fixed bug with "MAC.W" instruction.
 - Added the ability to search by code.
 - Added the ability to execute instructions (only for constants). 

Changes in version 1.2:
_______________________
 - Fixed a bug with code recognition of the instructions "RTS" and "NOP".
 - Added the ability to export disassembled code to a text file.

Changes in version 1.3:
_______________________
 - Fixed a bug with code recognition of the instructions type "LDS".
 - Added the ability to swap instructions.
 - Added the ability to copy the PC address to the clipboard.

 Changes in version 1.4:
_______________________ 
- Improved code disassembly speed (up to 2.5x).
- Improved the accuracy of instruction code recognition. 

************************************
2021 paul_met (paul-met@yandex.ru)